HELP - EscapeSpecialCharsCmd
HelpCommand ReferenceEscapeSpecialCharsCmd
Description  
Escaping special characters ( # $ @ \ } { < > )
Special characters that would otherwise cause DoxyS to change the output format,
may be escaped using the backslash character.
The following table lists the characters along with the escape syntax:

 Character  Escape command  Remarks
 #  \#  
 $  \$  
 @  \@  
 &  \&  
\ \\  
} \}
{ \{  
> \>  
< \<  
*/ \endds_doc  You must set STRIP_CODE_COMMENTS = NO in DoxySfile
Notes
  • Escaping the '&' (ampersand) charater is only necessary in rare cases like when one wants to write &nbsp; to the output without getting a HTML non_breakable_space.
  • In headlines ( !, !!, !!! ) one should not escape these characters.